projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89bceaf
)
Scraggler from gperf commit. Store hashed key in per-token table.
author
robertl
<robertl>
Sun, 26 Aug 2007 20:44:09 +0000
(20:44 +0000)
committer
robertl
<robertl>
Sun, 26 Aug 2007 20:44:09 +0000
(20:44 +0000)
csv_util.h
patch
|
blob
|
history
diff --git
a/csv_util.h
b/csv_util.h
index e8659a82b13f7f2fece8c127a4c561519bb8ff4b..ab29e3771430c8587a1c26f44d518cd575c2b5f1 100644
(file)
--- a/
csv_util.h
+++ b/
csv_util.h
@@
-81,6
+81,7
@@
typedef struct field_map {
char * key;
char * val;
char * printfc;
+ int hashed_key;
int options;
} field_map_t;